ReportCloseName

 

void @ReportCloseName(string module_name);

 

Close the reporter module file.

 

Parameters

string module_name : Reporter Module Name

 

Return Value

None.

 

Example1

@ReportCloseName("test.rptx");

 

Description : Close the test.rptx reporter module.

 

Example2

@ReportCloseName("C:\\Autobase\\Project\\Example\\Report\\test.rptx");

 

Description : Close the test.rptx reporter module  located in the path, C:\Autobase\Project\Example\Report

 

Version Information

Supported Version: 10.3.6.17 or higher

 

Related Helps

@ReportPrint()

@ReportPrintMulti()

@ReportSave()

@ReportPrintPDF()

@ReportSetTime()

@ReportSetTimeMinListFrom()

@ReportSetTimeMinListTo()

@ReportSetTimeMultiFrom()

@ReportSetTimeMultiTo()

@ReportSetVar()

@ReportView()

@ReportCloseName()

@ReportCloseAll()

@ReportIsAlive()